home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 1.iso / pc / data / Buttons.cst / 00038_Script_leave splash < prev    next >
Text File  |  2001-04-13  |  208b  |  11 lines

  1. Global gRetracelist
  2. on exitframe
  3.   set gretraceList = ["home*intro"]
  4.   set temp = the ticks
  5.   cursor 4
  6.   repeat while (temp + 240) > the ticks
  7.     nothing
  8.   end repeat
  9.   cursor 0
  10.   go "homefade"
  11. end